docs(ado-script): document compiler-smoke-e2e harness in AGENTS.md and docs/ado-script.md#1643
Draft
github-actions[bot] wants to merge 1 commit into
Conversation
…d docs/ado-script.md scripts/ado-script/src/compiler-smoke-e2e/ is a test-only orchestrator that stages the compiler under test as a supply-chain.pipeline-artifact source and runs the registered candidate-lane pipelines against it. It sits alongside executor-e2e and trigger-e2e in NON_BUNDLE_DIRS but was absent from both the AGENTS.md architecture tree and the docs/ado-script.md workspace layout and callout notes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Agent Documentation Update
Findings
scripts/ado-script/src/compiler-smoke-e2e/exists as a test-only TypeScript harness alongsideexecutor-e2e/andtrigger-e2e/, and is listed inNON_BUNDLE_DIRSinbundle-coverage.test.ts, but was absent from both the AGENTS.md architecture tree anddocs/ado-script.md(workspace layout section and callout notes).AGENTS.md,docs/ado-script.mdApplied Fixes
compiler-smoke-e2e/to thescripts/ado-script/src/listing in AGENTS.md with a description matching the pattern used forexecutor-e2e/andtrigger-e2e/docs/ado-script.md(parallel to the existingexecutor-e2eandtrigger-e2enotes) explaining the harness purpose, build target (test-bin/), why it is not a runtime bundle, and how it fits into the CI workflowcompiler-smoke-e2e/to the workspace layout tree indocs/ado-script.mdNotes
Verified against:
scripts/ado-script/src/compiler-smoke-e2e/index.ts— confirms it is the compiler-candidate E2E orchestrator (stages fixtures, queues candidate-lane pipelines, asserts green)scripts/ado-script/src/__tests__/bundle-coverage.test.ts— confirms"compiler-smoke-e2e"is inNON_BUNDLE_DIRSalongside"executor-e2e"and"trigger-e2e"AGENTS.mdanddocs/ado-script.md) were modified.Created by the agent-documentation maintainer workflow.